翻訳と辞書
Words near each other
・ Prototype (Bodies Without Organs album)
・ Prototype (comics)
・ Prototype (company)
・ Prototype (disambiguation)
・ Prototype (Experimental Products album)
・ Prototype (George Lopez)
・ Prototype (series)
・ Prototype (Spin City)
・ Prototype (video game)
・ Prototype (Viktoria Modesta song)
・ Prototype 180
・ Prototype 2
・ Prototype 909
・ Prototype Fast Breeder Reactor
・ Prototype filter
Prototype JavaScript Framework
・ Prototype pattern
・ Prototype theory
・ Prototype This!
・ Prototype Verification System
・ Prototype-based programming
・ Prototype-matching
・ Prototypes (band)
・ Prototypes and Painkillers
・ Prototyphis
・ Prototyphis angasi
・ Prototyphis eos
・ Prototyphis gracilis
・ Protounguicularia
・ Protousnea


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Prototype JavaScript Framework : ウィキペディア英語版
Prototype JavaScript Framework

The Prototype JavaScript Framework is a JavaScript framework created by Sam Stephenson in February 2005 as part of the foundation for Ajax support in Ruby on Rails.〔http://prototypejs.org/core〕 It is implemented as a single file of JavaScript code, usually named prototype.js. Prototype is distributed standalone, but also as part of larger projects, such as Ruby on Rails, script.aculo.us and Rico. As of November 2015, according to one survey, Prototype is used by 2.2% of all websites.〔(Usage of JavaScript libraries for websites )〕
==Features==

Prototype provides various functions for developing JavaScript applications. The features range from programming shortcuts to major functions for dealing with XMLHttpRequest.
Prototype also provides library functions to support classes and class-based objects,〔(Defining classes and inheritance, in the Prototype documentation )〕 something the JavaScript language lacks.〔(Class-based vs prototype-based languages, in mozilla.org's JavaScript guide )〕〔(Inheriting Properties, in mozilla.org's JavaScript guide )〕 In JavaScript, object creation is prototype-based instead: an object creating function can have a prototype property, and any object assigned to that property will be used as a prototype for the objects created with that function. The Prototype framework is not to be confused with this language feature.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Prototype JavaScript Framework」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.